Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/086-coming soon page

style.css cody/solygambas/html-css-javascript-projects/086-coming soon page/style.css
138 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");

:root {
--gradient: linear-gradient(90deg, #7f7fd5, #86a8e7, #f64f59);
}

* {
box-sizing: border-box;
index.html cody/solygambas/html-css-javascript-projects/086-coming soon page/index.html
328 Views
0 Comments
<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019)
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />